home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / PUBLIC / MASTERS / NOSENV.BAT < prev    next >
DOS Batch File  |  1993-01-25  |  1KB  |  47 lines

  1. REM =============                               NOSview [304]
  2. REM N:\NOSENV.BAT
  3. REM =============
  4.  
  5. @ECHO OFF
  6.  
  7. REM  This script is CALLed from AUTOEXEC.BAT and defines the
  8. REM  NOS environment.
  9.  
  10. REM  Make sure you have sufficent DOS environment space
  11. REM      (e.g. use "/E:1024" in CONFIG.SYS).
  12.  
  13. REM  The SUBST commands below assume that NOS is rooted on
  14. REM  directory "c:\nos".  Change this root if you have installed
  15. REM  NOS elsewhere.
  16.  
  17. SUBST N: c:\nos
  18.  
  19. SUBST M: c:\nos\SPOOL\MAIL
  20. SUBST Q: c:\nos\SPOOL\MQUEUE
  21. SUBST R: c:\nos\DUMP\RECORD
  22. SUBST T: c:\nos\DUMP\TRACE
  23. SUBST V: c:\nos\PUBLIC\NOSVIEW
  24.  
  25. PATH=%PATH%;N:\
  26.  
  27. REM  The SET HOME command below specifies the directory
  28. REM  containing the PCELM startup file (PCELM.RC).  This
  29. REM  definition  M-U-S-T  be relative to a DOS drive letter,
  30. REM  not to a SUBSTituted drive letter, otherwise PCELM
  31. REM  complains that it cannot find its startup file.
  32.  
  33. SET HOME=C:\nos
  34. SET MAILER=N:\pcelm.exe
  35. SET TMP=N:\tmp
  36. SET TZ=UTC
  37. SET USER=ns9bob
  38.  
  39. N:\view
  40.  
  41. REM Install the Baycom AX.25 driver
  42. REM N:\AX25 -B3f8 -I4
  43.  
  44. REM Install the Clarkson WD8003E Ethernet Adaptor Driver 
  45. REM   (if fitted).
  46. REM N:\wd8003e 0x61 2 0x240 0xd000
  47.